'Declaration Public Function New( _ ByVal action As NotifyCollectionChangedAction, _ ByVal newItems As IList, _ ByVal oldItems As IList, _ ByVal startingIndex As Integer _ )
public NotifyCollectionChangedEventArgs<T>( NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex )
Parameters
- action
- newItems
- oldItems
- startingIndex